home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / DesignTime / DesignTimeU1.dfm < prev    next >
Encoding:
Text File  |  1999-11-24  |  643 b   |  29 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Data Modules At Design Time Example'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainMenu1: TMainMenu
  18.     Left = 152
  19.     Top = 120
  20.     object File1: TMenuItem
  21.       Caption = '&File'
  22.       object BrowseCustomers1: TMenuItem
  23.         Caption = '&Browse Customers'
  24.         OnClick = BrowseCustomers1Click
  25.       end
  26.     end
  27.   end
  28. end
  29.